Skip to main content

Class ResourceTable<T>

Assembly: WaaS.Core.dll
View Source
Declaration
public class ResourceTable<T>

Methods

Add(T)

View Source
Declaration
public int Add(T value)
Returns

System.Int32

Parameters
TypeName
<T>value

RemoveAt(int)

View Source
Declaration
public T RemoveAt(int index)
Returns

<T>

Parameters
TypeName
System.Int32index

Get(int)

View Source
Declaration
public T Get(int index)
Returns

<T>

Parameters
TypeName
System.Int32index